Vcenter NamespaceManagement Clusters VpcNetworkInfo
Vcenter NamespaceManagement Clusters VpcNetworkInfo
The Vcenter NamespaceManagement Clusters VpcNetworkInfo schema describes the detailed VPC settings for a Supervisor.
This schema was added in vSphere API 9.0.0.0.
JSON Example
{
"vpc_config": {
"nsx_project_info": {
"project": "string",
"name": "string",
"nsx_path": "string"
},
"vpc_connectivity_profile_info": {
"profile": "string",
"name": "string",
"nsx_path": "string",
"description": "string",
"default_profile": false,
"external_ip_blocks": [
{
"path": "string",
"name": "string",
"cidr": {
"address": "string",
"prefix": 0
},
"available_ip_ranges": [
{
"address": "string",
"count": 0
}
],
"used_ip_count": 0,
"available_ip_count": 0
}
],
"privatetgw_ip_blocks": [
{
"path": "string",
"name": "string",
"cidr": {
"address": "string",
"prefix": 0
},
"available_ip_ranges": [
{
"address": "string",
"count": 0
}
],
"used_ip_count": 0,
"available_ip_count": 0
}
]
},
"default_private_cidrs": [
{
"address": "string",
"prefix": 0
}
]
}
}
vpc_config
Required
Specification for the NSX VPC network.
This property was added in vSphere API 9.0.0.0.